projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f36d98
)
testsuite: Stop using GtkSpinner::active
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 11 Mar 2020 20:37:10 +0000
(16:37 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 11 Mar 2020 23:35:55 +0000
(19:35 -0400)
This property was renamed to ::spinning.
testsuite/a11y/spinner.ui
patch
|
blob
|
history
diff --git
a/testsuite/a11y/spinner.ui
b/testsuite/a11y/spinner.ui
index 04a9d4302f703ef8fef407e6dc9e18943eae6a70..e268aafefd24ccb40cb1d75f76b65676a41ce293 100644
(file)
--- a/
testsuite/a11y/spinner.ui
+++ b/
testsuite/a11y/spinner.ui
@@
-6,7
+6,7
@@
<child>
<object class="GtkSpinner" id="spinner1">
<property name="visible">True</property>
- <property name="
active
">True</property>
+ <property name="
spinning
">True</property>
</object>
</child>
</object>